This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Have you tried a messagebox or added the variables to your watch in debugger to make sure that your string values are not the same? Usually if they have foreign characters it would be replaced by a space-like character or a funny looking square/rectangle.
You can make your own trim function.
Just read character by character, use Len, Mid, Asc, and check that the values are between Asc('a') to Asc('z') and Asc('A') to Asc('Z').
Throw out any characters not in that value.
Of course if you use ucase/lcase before, you may not need to check the range.
-Kyle Huang
Feedback response number WEBB8JXJF5 created by ~John Reniskiikle on 07/20/2011